Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #CodeName One - 551 results found.
NameDescriptionTypePackageFramework
AbstractChartAn abstract class to be implemented by the chart rendering classes.Classcom.codename1.charts.viewsCodeName One
AbstractCollection modifiable collection it's necessary to override the add() method that currently throws an UnsupportedOperationException.Classjava.utilCodeName One
AbstractLayerThis class represents an abstract layer on the map.Classcom.codename1.maps.layersCodeName One
AbstractListAbstractList is an abstract implementation of the List interface, optimized for a backing store which supports random access.Classjava.utilCodeName One
AbstractMapThis class is an abstract implementation of the Map interface.Classjava.utilCodeName One
AbstractQueueAbstractQueue is an abstract class which implements some of the methods in Queue.Classjava.utilCodeName One
AbstractSequentialListAbstractSequentialList is an abstract implementation of the List interface.Classjava.utilCodeName One
AbstractSetAn AbstractSet is an abstract implementation of the Set interface.Classjava.utilCodeName One
AbstractTestClasscom.codename1.testingCodeName One
ACA constraint that holds the column or row constraints for the grid.Classcom.codename1.ui.layouts.migCodeName One
AccessTokenThis class represent an access token.Classcom.codename1.ioCodeName One
ActionEventClasscom.codename1.ui.eventsCodeName One
ActionListenerEvent callback interface invoked when a component action occursInvoked when an action occurred on a componentInterfacecom.codename1.ui.eventsCodeName One
AddressClasscom.codename1.contactsCodeName One
Adler32Classcom.codename1.io.gzipCodeName One
AdsThis is an Ads Component, this Component can displays banner/text ads on a This is a generic Ads Component that can support different type of Ads NetworkClasscom.codename1.componentsCodeName One
AdsServiceThis is an abstract Ads Service.Classcom.codename1.adsCodeName One
AlbumThis class represents a Facebook Photo Object http://developers.Classcom.codename1.facebookCodeName One
AnalyticsServiceThe analytics service allows an application to report its usage, it is seamlessly invoked by GUI builder applications if analytics is enabled for your application!Classcom.codename1.analyticsCodeName One
AnimationAllows any object to react to events and draw an animation at a fixed interval.Interfacecom.codename1.ui.animationsCodeName One
AnimationManagerAnimation manager concentrates all of the animations for a given form into a single place that allows us to manage all mutations to a Form in a way the prevents collisions between mutations.Classcom.codename1.uiCodeName One
AnimationObjectAn animation object is an element within the timeline that has a visibility state for rendering at a given point in time.Classcom.codename1.ui.animationsCodeName One
AnnotationA mirror of java.Interfacejava.lang.annotationCodeName One
AnnotationFormatErrorA mirror of java.Classjava.lang.annotationCodeName One
AppendableDeclares methods to append characters or character sequences.Interfacejava.langCodeName One
ArithmeticExceptionThrown when an exceptional arithmetic condition has occurred.Classjava.langCodeName One
ArrayDequeAn implementation of Deque, backed by an array.Classjava.utilCodeName One
ArrayIndexOutOfBoundsExceptionThrown to indicate that an array has been accessed with an illegal index.Classjava.langCodeName One
ArrayListArrayList is an implementation of List, backed by an array.Classjava.utilCodeName One
ArraysArrays contains static methods which operate on arrays.Classjava.utilCodeName One
ArrayStoreExceptionThrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.Classjava.langCodeName One
ArrowLinesLayerClasscom.codename1.maps.layersCodeName One
AssertionErrorClassjava.langCodeName One
AsyncDocumentRequestHandlerProvides an interface for Asynchronous request handling.Interfacecom.codename1.ui.htmlCodeName One
AsyncDocumentRequestHandlerImpl HTML support in CodenameOne.Classcom.codename1.ui.htmlCodeName One
AutoCloseableInterfacejava.langCodeName One
AutoCompleteTextFieldAn editable TextField with completion suggestions that show up in a drop down menu while the user types in text.Classcom.codename1.uiCodeName One
BackgroundPainterClasscom.codename1.ui.painterCodeName One
BarChartThe bar chart rendering class.Classcom.codename1.charts.viewsCodeName One
Base64This class implements Base64 encoding/decoding functionality as specified in RFC 2045 (http://www.Classcom.codename1.utilCodeName One
BaseSpinnerClasscom.codename1.ui.spinnerCodeName One
BasicStrokeA descriptor for the stroke style.Classcom.codename1.charts.renderersCodeName One
BigDecimalClass representing a simple version of a big decimal.Classcom.codename1.utilCodeName One
BigIntegerClasscom.codename1.utilCodeName One
BindTargetInterfacecom.codename1.cloudCodeName One
BitSetThe BitSet class implements a bit field.Classjava.utilCodeName One
BooleanThe Boolean class wraps a value of the primitive type boolean in an object.Classjava.langCodeName One
BorderBase class that allows us to render a border for a component, a border is drawn before the component and is drawn within the padding region of the component.Classcom.codename1.ui.plafCodeName One
BorderLayoutA border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.Classcom.codename1.ui.layoutsCodeName One
BoundingBoxThis class declares a bounding box of coordinates on the map.Classcom.codename1.mapsCodeName One
BoundSizeA size that contains minimum, preferred and maximum size of type UnitValue.Classcom.codename1.ui.layouts.migCodeName One
BoxLayoutLayout manager that places elements in a row (X_AXIS) or column (Y_AXIS) according to box orientation.Classcom.codename1.ui.layoutsCodeName One
BrowserComponentThe browser component is an interface to an embeddable native platform browser on platforms that support embedding the native browser in place, if you need wide compatibility and flexibilityClasscom.codename1.uiCodeName One
BrowserNavigationCallbackImportant: Calls to this interface are always performed on a separate thread from the EDT! They are performed on the native webkit renderingInterfacecom.codename1.ui.eventsCodeName One
BubbleChartThe bubble chart rendering class.Classcom.codename1.charts.viewsCodeName One
BufferedInputStreamBased on the buffered input stream from the JDK with some minor tweaks to allow external classes to monitor stream status and progress.Classcom.codename1.ioCodeName One
BufferedOutputStreamBased on the buffered output stream from the JDK with some minor tweaks to allow external classes to monitor stream status and progress.Classcom.codename1.ioCodeName One
ButtonButton is the base class for several UI widgets allowing clickability.Classcom.codename1.uiCodeName One
ButtonGroupThis class is used to create a multiple-exclusion scope for Creating a set of RadioButton components with the same ButtonGroup objectClasscom.codename1.uiCodeName One
ByteThe Byte class is the standard wrapper for byte values.Classjava.langCodeName One
ByteArrayInputStreamA ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.Classjava.ioCodeName One
ByteArrayOutputStreamThis class implements an output stream in which the data is written into a byte array.Classjava.ioCodeName One
CachedDataClasscom.codename1.io.servicesCodeName One
CachedDataServiceSimple service that allows downloading and caching data locally.Classcom.codename1.io.servicesCodeName One
CacheMapA cache map is essentially a hashtable that indexes entries based on age and is limited to a fixed size.Classcom.codename1.ioCodeName One
CalendarDate widget for selecting a date/time value.Classcom.codename1.uiCodeName One
CalendarCalendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.Classjava.utilCodeName One
CallbackSimple interface that allows asynchronous code to perform a parameterized callback or failure in a similar way to GWT's callback interfaceInterfacecom.codename1.utilCodeName One
CallSiteClassjava.lang.invokeCodeName One
CaptureThis is the main class for capturing media files from the device.Classcom.codename1.captureCodeName One
CaseInsensitiveOrderA string comparator equivalent to String.Classcom.codename1.utilCodeName One
CategorySeriesA series for the category charts like the pie ones.Classcom.codename1.charts.modelsCodeName One
CCA simple value holder for one component's constraint.Classcom.codename1.ui.layouts.migCodeName One
CellRendererThis class is geared to replace the ListCellRenderer in the long run to provide a more generic rendering API.Interfacecom.codename1.ui.listCodeName One
CharacterThe Character class wraps a value of the primitive type char in an object.Classjava.langCodeName One
CharacterArrayCharacterIteratorEncapsulates char[] as CharacterIteratorVersion:CVS $Id: CharacterArrayCharacterIterator.Classcom.codename1.util.regexCodeName One
CharacterIteratorEncapsulates different types of character sources - String, InputStream, .Interfacecom.codename1.util.regexCodeName One
CharArrayReaderA specialized Reader for reading the contents of a char array.Classcom.codename1.ioCodeName One
CharSequenceThis interface represents an ordered set of characters and defines the methods to probe them.Interfacejava.langCodeName One
ChartComponentThe top level component for displaying charts The charts package enables Codename One developers to add chartsClasscom.codename1.chartsCodeName One
ChartUtilA utility class for painting a chart onto a Graphics context.Classcom.codename1.chartsCodeName One
CheckBoxCheckBox is a button that can be selected or deselected and displays its state to the user.Classcom.codename1.uiCodeName One
ClassInstances of the class Class represent classes and interfaces in a running Java application.Classjava.langCodeName One
ClassCastExceptionThrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.Classjava.langCodeName One
ClassNotFoundExceptionThrown when an application tries to load in a class through its string name using the forName method in class Class but no definition for the class with the specified name could be found.Classjava.langCodeName One
ClickableAreaClasscom.codename1.charts.viewsCodeName One
CloneableThis (empty) interface must be implemented by all classes that wish to support cloning.Interfacejava.langCodeName One
CloneNotSupportedExceptionThrown when a program attempts to clone an object which does not support the Cloneable interface.Classjava.langCodeName One
CloudExceptionThrown in case of a server error or failure in connectionReturns the error code for the cloud exception, see the cloud storage for return codesClasscom.codename1.cloudCodeName One
CloudImagePropertyA custom property that converts a cloud file id value to an image that is cached locally asynchronously.Classcom.codename1.cloudCodeName One
CloudListModelClasscom.codename1.cloudCodeName One
CloudObjectA cloud object can be persisted to the cloud or locally it is a set of key/value pairs that can be either stringsClasscom.codename1.cloudCodeName One
CloudPersonaA persona represents a user of the cloud, this is an optional feature that allows data to be limited to a specific user on the server side.Classcom.codename1.cloudCodeName One
CloudResponseUsed as a callback for the asynchronous version of the cloud storage API, these methods are invoked on the EDT!Interfacecom.codename1.cloudCodeName One
CloudStorageThe cloud storage class allows developers to use the Codename One cloud based storage API as a shared database for your application.Classcom.codename1.cloudCodeName One
CodeScannerDeprecated!!: Please use the cn1-codescan library instead.Classcom.codename1.codescanCodeName One
CollectionCollection is the root of the collection hierarchy.Interfacejava.utilCodeName One
CollectionsCollections contains static methods which operate on Collection classes.Classjava.utilCodeName One
ColorUtilClasscom.codename1.charts.utilCodeName One
CombinedXYChartThe combined XY chart rendering class.Classcom.codename1.charts.viewsCodeName One
ComboBoxA ComboBox is a list that allows only one selection at a time, when a user clicks the ComboBox a popup button with the full list of elements allows the selection ofClasscom.codename1.uiCodeName One
CommandThe Command class provides a useful extension to the ActionListener interface in cases where the same functionality may be accessed by several controls.Classcom.codename1.uiCodeName One
CommonTransitionsContains common transition animations including the following: Slide - the exiting form slides out of the screen while the new form slides in.Classcom.codename1.ui.animationsCodeName One
ComparableThis interface should be implemented by all classes that wish to define a natural order of their instances.Interfacejava.langCodeName One
ComparatorA Comparator is used to compare two objects to determine their ordering with respect to each other.Interfacejava.utilCodeName One
ComponentThe component class is the basis of all UI widgets in Codename One, to arrange multiple components together we use the Container class which itself "IS A" Component subclass.Classcom.codename1.uiCodeName One
ComponentAnimationParent class representing an animation object within the AnimationManager queue.Classcom.codename1.ui.animationsCodeName One
ComponentGroupA component group is a container that applies the given UIID to a set of components within it and gives the same UIID with "First"/"Last" prepended to the first and last components.Classcom.codename1.uiCodeName One
ComponentWrapperA class that wraps the important parts of a Component.Interfacecom.codename1.ui.layouts.migCodeName One
ConcurrentModificationExceptionAn ConcurrentModificationException is thrown when a Collection is modified and an existing iterator on the Collection is used to modify theClassjava.utilCodeName One
ConnectionRequestThis class represents a connection object in the form of a request response typically common for HTTP/HTTPS connections.Classcom.codename1.ioCodeName One
ConstraintTo perform validation we add a constraint to a validator, a constraint defines whether a value if validIncludes the error message for the constraintInterfacecom.codename1.ui.validationCodeName One
ConstraintParserParses string constraints.Classcom.codename1.ui.layouts.migCodeName One
ContactClasscom.codename1.contactsCodeName One
ContactsManagerThis class uses as the Contacts manager of the device, it enables the possibility To get the Contacts that are available on the device.Classcom.codename1.contactsCodeName One
ContactsModelThis Contacts model is responsible for querying Contacts from the device and to cache the data for faster usageClasscom.codename1.contactsCodeName One
ContainerA composite pattern with Component, allows nesting and arranging multiple components using a pluggable layout manager architecture.Classcom.codename1.uiCodeName One
ContainerListThis is a "list component" implemented as a container with a layout manager which provides some of the ui advantages of a Container and some of aClasscom.codename1.ui.listCodeName One
ContainerWrapperA class that wraps a container that contains components.Interfacecom.codename1.ui.layouts.migCodeName One
CookieClasscom.codename1.ioCodeName One
CoordThis class declares a coordinate point on a map.Classcom.codename1.mapsCodeName One
CoordinateLayoutAllows laying out components based on absolute positions/sizes that are adapted based on available space for the layout.Classcom.codename1.ui.layoutsCodeName One
CrashReportInvoked to indicate that an exception occurred, it is up to the developer to decide whether to send the device log to the server by invoking Log.Interfacecom.codename1.systemCodeName One
CRC32Classcom.codename1.io.gzipCodeName One
CStringBuilderThis is generally the Apache String builder class refactored here so we can use it regardless of vm limitations/differences for increased performance.Classcom.codename1.utilCodeName One
CSVParserClasscom.codename1.ioCodeName One
CubicLineChartThe interpolated (cubic) line chart rendering class.Classcom.codename1.charts.viewsCodeName One
CursorThe Cursor Object is used to iterate over the resultsClose the cursor and release its resourcesInterfacecom.codename1.dbCodeName One
CustomPropertyAllows adding a custom property to cloud objects, this effectively allows to simulate missing properties or create properties thatInterfacecom.codename1.cloudCodeName One
DatabaseThis is a Database SQLite class, this class allows developers to connect to a database and preform sql queries on the data.Classcom.codename1.dbCodeName One
DataChangedListenerEvent callback interface invoked when a ListModel changes its state thus indicating to the view that it should refresh.Interfacecom.codename1.ui.eventsCodeName One
DataInputThe DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.Interfacejava.ioCodeName One
DataInputStreamA data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.Classjava.ioCodeName One
DataOutputThe DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.Interfacejava.ioCodeName One
DataOutputStreamA data output stream lets an application write primitive Java data types to an output stream in a portable way.Classjava.ioCodeName One
DateThe class Date represents a specific instant in time, with millisecond precision.Classjava.utilCodeName One
DateFormatA class for parsing and formatting localisation sensitive dates, compatible with Jave 6 SDK.Classcom.codename1.l10nCodeName One
DateFormatA class for parsing and formatting localisation sensitive dates, compatible with Jave 6 SDK.Classjava.textCodeName One
DateFormatPatternsCommon patterns for dates, times, and timestamps.Classcom.codename1.l10nCodeName One
DateFormatPatternsCommon patterns for dates, times, and timestamps.Classjava.textCodeName One
DateFormatSymbolsClasscom.codename1.l10nCodeName One
DateFormatSymbolsClassjava.textCodeName One
DateSpinnerClasscom.codename1.ui.spinnerCodeName One
DateTimeSpinnerClasscom.codename1.ui.spinnerCodeName One
DefaultCrashReporterA default implementation of the crash reporter that instantly sends the crash data to the server.Classcom.codename1.systemCodeName One
DefaultDocumentRequestHandlerDefault implementation of the HTML components document request handler to allow simple HTML support in Codename One.Classcom.codename1.ui.htmlCodeName One
DefaultHTMLCallbackThis is a default implementation of HTMLCallback that basically doesn't do much but does keep the HTMLComponent work intact.Classcom.codename1.ui.htmlCodeName One
DefaultListCellRendererDefault implementation of the renderer based on a label see the ListCellRenderer for more information about the use and purpose of this classClasscom.codename1.ui.listCodeName One
DefaultListModelDefault implementation of the list model based on a List of elements.Classcom.codename1.ui.listCodeName One
DefaultLookAndFeelClasscom.codename1.ui.plafCodeName One
DefaultRendererAn abstract renderer to be extended by the multiple series classes.Classcom.codename1.charts.renderersCodeName One
DefaultTableModelA default implementation of the table model based on a two dimensional array.Classcom.codename1.ui.tableCodeName One
DeflateClasscom.codename1.io.gzipCodeName One
DeflaterClasscom.codename1.io.gzipCodeName One
DeflaterOutputStreamClasscom.codename1.io.gzipCodeName One
DeprecatedClassjava.langCodeName One
DequeA kind of collection that can insert or remove element at both ends("double ended queue").Interfacejava.utilCodeName One
DeviceRunnerRuns the test cases from the test build of the app, notice that this class is abstract since device/app specific code can exist in the implementationClasscom.codename1.testingCodeName One
DialChartThe dial chart rendering class.Classcom.codename1.charts.viewsCodeName One
DialogA dialog is a form that occupies a part of the screen and appears as a modal entity to the developer.Classcom.codename1.uiCodeName One
DialRendererDial chart renderer.Classcom.codename1.charts.renderersCodeName One
DictionaryNote: Do not use this class since it is obsolete.Classjava.utilCodeName One
DimConstraintA simple value holder for a constraint for one dimension.Classcom.codename1.ui.layouts.migCodeName One
DimensionUtility class that holds a width and height that represents a dimension of a component or elementClasscom.codename1.ui.geomCodeName One
Dimension2DUtility class that holds a width and height that represents a dimension of a component or elementClasscom.codename1.ui.geomCodeName One
DisplayCentral class for the API that manages rendering/events and is used to place top level components (Form) on the "display".Classcom.codename1.uiCodeName One
DocumentedClassjava.lang.annotationCodeName One
DocumentInfoDocumentInfo holds important information about a document that is loading.Classcom.codename1.ui.htmlCodeName One
DocumentRequestHandlerThe DocumentRequestHandler interface should be implemented so it returns documents in requested URLs.Interfacecom.codename1.ui.htmlCodeName One
DoubleThe Double class wraps a value of the primitive type double in an object.Classjava.langCodeName One
DoughnutChartThe doughnut chart rendering class.Classcom.codename1.charts.viewsCodeName One
EffectsStatic utility class useful for simple visual effects that don't quite fit anywhere else in the core API.Classcom.codename1.ui.utilCodeName One
ElementThe Element class defines a single XML element with its attributes and children.Classcom.codename1.xmlCodeName One
ElementTypeA mirror of java.Classjava.lang.annotationCodeName One
EmailShareEmail sharing service.Classcom.codename1.shareCodeName One
EmbeddedContainerThis class is mostly used internally by the GUI builder and isn't very useful for general purpose.Classcom.codename1.ui.utilCodeName One
EmptyStackExceptionThrown by methods in the Stack class to indicate that the stack is empty.Classjava.utilCodeName One
EncodedImageAn image that only keeps the binary data of the source file used to load it in permanent memory.Classcom.codename1.uiCodeName One
EnumClassjava.langCodeName One
EnumerationAn object that implements the Enumeration interface generates a series of elements, one at a time.Interfacejava.utilCodeName One
EOFExceptionSignals that an end of file or end of stream has been reached unexpectedly during input.Classjava.ioCodeName One
ErrorAn Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.Classjava.langCodeName One
EventDispatcherHandles event dispatching while guaranteeing that all events would be fired properly on the EDT regardless of their source.Classcom.codename1.ui.utilCodeName One
EventListenerInterfacejava.utilCodeName One
EventListenerProxyThis abstract class provides a simple wrapper for objects of type EventListener.Classjava.utilCodeName One
ExceptionThe class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.Classjava.langCodeName One
ExternalizableSimilar to the Java SE externalizable interface this interface allows an object to declare itself as externalizable for serialization.Interfacecom.codename1.ioCodeName One
FaceBookAccessThis is the main access API to the facebook graph API http://developers.Classcom.codename1.facebookCodeName One
FacebookConnectInvokes the native bundled facebook SDK to login/logout of facebook, notice that in order for this to work server build arguments must indicate that youClasscom.codename1.socialCodeName One
FacebookShareClasscom.codename1.shareCodeName One
FBObjectClasscom.codename1.facebookCodeName One
FileEncodedImageAn encoded image that stores the actual data of the encoded image in a disk file or resource and loads it only when necessary.Classcom.codename1.componentsCodeName One
FileEncodedImageAsyncThis class is identical to FileEncodedImage with the difference of using asynchronous loading for files (and the animation framework) which willClasscom.codename1.componentsCodeName One
FileSystemStorageUnlike networking, the file system storage mostly tries to emulate java.Classcom.codename1.ioCodeName One
FileTreeClasscom.codename1.componentsCodeName One
FileTreeModelA tree model representing the file system as a whole, notice that this class returns absolute file names which would result in an unreadable tree.Classcom.codename1.componentsCodeName One
FilterInputStreamClasscom.codename1.io.gzipCodeName One
FilterOutputStreamClasscom.codename1.io.gzipCodeName One
FilterProxyListModelClasscom.codename1.ui.listCodeName One
FlipTransitionClasscom.codename1.ui.animationsCodeName One
FloatThe Float class wraps a value of primitive type float in an object.Classjava.langCodeName One
FloatingHintA floating hint is similar to a text field with a hint.Classcom.codename1.componentsCodeName One
FlowLayoutFlowLayout is the default layout manager for Codename One Containers and Forms.Classcom.codename1.ui.layoutsCodeName One
Flushable Indicates that an output object can be flushed.Interfacejava.ioCodeName One
FocusListenerObserves focus change events for a given form and invokes the callbacks to enable us to assign functionality based on current focused component.Interfacecom.codename1.ui.eventsCodeName One
FontCodename One currently supports 3 font types: System fonts - these are very simplistic builtin fonts.Classcom.codename1.uiCodeName One
FontImageClasscom.codename1.uiCodeName One
FormTop level component that serves as the root for the UI, this Container handles the menus and title while placing content between them.Classcom.codename1.uiCodeName One
FormatAn abstract class for parsing and formatting localisation sensitive information, compatible with JDK 6.Classcom.codename1.l10nCodeName One
FormatAn abstract class for parsing and formatting localisation sensitive information, compatible with JDK 6.Classjava.textCodeName One
GeneralPathA general geometric path, consisting of any number of subpaths constructed out of straight lines and cubic or quadratic Bezier curves.Classcom.codename1.ui.geomCodeName One
GenericListCellRendererThe generic list cell renderer can display containers or arbitrary Codename One components as items in a list.Classcom.codename1.ui.listCodeName One
GenericSpinnerA spinner class that allows arbitrary values, this is effectively a combo box replacement for platforms where a combo box is not availableClasscom.codename1.ui.spinnerCodeName One
GeofenceMetadata for geofencing support that allows tracking user location in the background while the app is inactive.Classcom.codename1.locationCodeName One
GeofenceListener public void onExit(String id) { System.Interfacecom.codename1.locationCodeName One
GlassTutorialA Glass Tutorial appears on top of the UI especially on a touch device but could be on any device and points to/circles components within the UIClasscom.codename1.ui.utilCodeName One
GoogleConnectThe GoogleConnect Login class allows the sign in with google functionality.Classcom.codename1.socialCodeName One
GoogleMapsProviderThis is a GoogleMaps Provider https://developers.Classcom.codename1.maps.providersCodeName One
GraphicsAbstracts the underlying platform graphics context thus allowing us to achieve portability between MIDP devices and CDC devices.Classcom.codename1.uiCodeName One
GridHolds components in a grid.Classcom.codename1.ui.layouts.migCodeName One
GridBagConstraintsClasscom.codename1.ui.layoutsCodeName One
GridBagLayoutCodename One port of the infamous GridBagLayout based on the Apache Harmony code.Classcom.codename1.ui.layoutsCodeName One
GridLayoutThe components are arranged in a grid based on available space, all cells in the grid are given exactly the same size which matches the largest preferred size or available space.Classcom.codename1.ui.layoutsCodeName One
GroupConstraintClasscom.codename1.ui.validationCodeName One
GroupLayoutGroupLayout is a LayoutManager that hierarchically groups components to achieve common, and not so common, layouts.Classcom.codename1.ui.layoutsCodeName One
GZConnectionRequestClasscom.codename1.io.gzipCodeName One
GZIPExceptionClasscom.codename1.io.gzipCodeName One
GZIPHeaderSee Also:"http://www.Classcom.codename1.io.gzipCodeName One
GZIPInputStreamClasscom.codename1.io.gzipCodeName One
GZIPOutputStreamClasscom.codename1.io.gzipCodeName One
HashMapHashMap is an implementation of Map.Classjava.utilCodeName One
HashSetHashSet is an implementation of a Set.Classjava.utilCodeName One
HashtableHashtable associates keys with values.Classjava.utilCodeName One
HTMLCallbackHTMLCallback is used to dispatch document lifecycle events.Interfacecom.codename1.ui.htmlCodeName One
HTMLComponentHTMLComponent is a Codename One Component that renders HTML documents that conform to the XHTML Mobile Profile 1.Classcom.codename1.ui.htmlCodeName One
HTMLElementThe HTMLElement class defines a single HTML element with its attributes and children.Classcom.codename1.ui.htmlCodeName One
HTMLParserThe HTMLParser class is used to parse an XHTML-MP 1.Classcom.codename1.ui.htmlCodeName One
HTMLUtilsClasscom.codename1.ui.htmlCodeName One
IdentityHashMapIdentityHashMap is a variant on HashMap which tests equality by reference instead of equality by value.Classjava.utilCodeName One
IllegalAccessExceptionThrown when an application tries to load in a class, but the currently executing method does not have access to the definition of the specified class, because the class is not public and in another package.Classjava.langCodeName One
IllegalArgumentExceptionThrown to indicate that a method has been passed an illegal or inappropriate argument.Classjava.langCodeName One
IllegalMonitorStateExceptionThrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.Classjava.langCodeName One
IllegalStateExceptionClassjava.langCodeName One
IllegalThreadStateExceptionThrown to indicate that a thread is not in an appropriate state for the requested operation.Classjava.langCodeName One
ImageClasscom.codename1.uiCodeName One
ImageDownloadServiceSimplifies the process of implementing an image link for labels and lists by binding a request to a component.Classcom.codename1.io.servicesCodeName One
ImageIOEnable simple operations on image file & image objects such as dynamic scaling and storage to binary formats such as JPEG.Classcom.codename1.ui.utilCodeName One
ImageViewerImageViewer allows zooming/panning an image and potentially flicking between multiple images within a list of images.Classcom.codename1.componentsCodeName One
InCellGapProviderAn interface to implement if you want to decide the gaps between two types of components within the same cell.Interfacecom.codename1.ui.layouts.migCodeName One
IncompatibleClassChangeErrorIncompatibleClassChangeError is the superclass of all classes which represent errors that occur when inconsistent class files are loaded intoClassjava.langCodeName One
IncompleteAnnotationExceptionA mirror of java.Classjava.lang.annotationCodeName One
IndexOutOfBoundsExceptionThrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.Classjava.langCodeName One
InfiniteContainerThis abstract Container can scroll indefinitely (or at least until we run out of data).Classcom.codename1.uiCodeName One
InfiniteProgressShows a "Washing Machine" infinite progress indication animation, to customize the image you can either use the infiniteImage theme constant or the setAnimation method.Classcom.codename1.componentsCodeName One
InfiniteScrollAdapterAllows adapting a scroll container to scroll indefinitely (or at least until running out of data), this effectively works by showing an infinite progressClasscom.codename1.componentsCodeName One
InflaterClasscom.codename1.io.gzipCodeName One
InflaterInputStreamClasscom.codename1.io.gzipCodeName One
InheritedClassjava.lang.annotationCodeName One
InnerActiveThis is an Ad service implementation by InnerActive see: http://console.Classcom.codename1.adsCodeName One
InputStreamThis abstract class is the superclass of all classes representing an input stream of bytes.Classjava.ioCodeName One
InputStreamReaderAn InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters.Classjava.ioCodeName One
InsetsClasscom.codename1.ui.layoutsCodeName One
InstantiationExceptionThrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.Classjava.langCodeName One
IntegerThe Integer class wraps a value of the primitive type int in an object.Classjava.langCodeName One
InteractionDialogUnlike a regular dialog the interaction dialog only looks like a dialog, it resides in the layered pane and can be used to implement features where Classcom.codename1.componentsCodeName One
InterruptedExceptionThrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it.Classjava.langCodeName One
InterruptedIOExceptionSignals that an I/O operation has been interrupted.Classjava.ioCodeName One
IOCallbackInterfacecom.codename1.ui.htmlCodeName One
IOExceptionSignals that an I/O exception of some sort has occurred.Classjava.ioCodeName One
IOProgressListenerInterfacecom.codename1.ioCodeName One
IterableObjects of classes that implement this interface can be used within aReturns an Iterator for the elements in this object.Interfacejava.langCodeName One
IteratorAn Iterator is used to sequence over a collection of objects.Interfacejava.utilCodeName One
JavascriptContextRepresents a Javascript context of a single BrowserComponent.Classcom.codename1.javascriptCodeName One
JSFunctionThe JSFunction interface allows you to implement functions in Java that can be called from Javascript.Interfacecom.codename1.javascriptCodeName One
JSObjectA Java Wrapper around a Javascript object.Classcom.codename1.javascriptCodeName One
JSONParseCallbackThe event based parser allows parsing without creating an object tree by receiving callbacks to this class.Interfacecom.codename1.ioCodeName One
JSONParserFast and dirty parser for JSON content on the web, it essentially returns a Map object containing the object fields mapped to their values.Classcom.codename1.ioCodeName One
JUnitXMLReportingProduces test reporting in the format of JUnit XML for compatibility with tools that consume JUnit test case results see http://code.Classcom.codename1.testingCodeName One
JZlibClasscom.codename1.io.gzipCodeName One
L10NManagerClasscom.codename1.l10nCodeName One
LabelAllows displaying a single line of text and icon (both optional) with different alignment options.Classcom.codename1.uiCodeName One
LambdaMetafactoryClassjava.lang.invokeCodeName One
Layer Each Layer needs to ability to paint itself on the mapThe bounding box of this LayerInterfacecom.codename1.maps.layersCodeName One
LayeredLayoutThe LayeredLayout places the components in order one on top of the other and sizes them all to the size of the largest component.Classcom.codename1.ui.layoutsCodeName One
LayoutAbstract class that can be used to arrange components in a container using a predefined algorithm.Classcom.codename1.ui.layoutsCodeName One
LayoutCallbackA class to extend if you want to provide more control over where a component is placed or the size of it.Classcom.codename1.ui.layouts.migCodeName One
LayoutStyleLayoutStyle is used to determine how much space to place between components during layout.Classcom.codename1.ui.layoutsCodeName One
LayoutUtilA utility class that has only static helper methods.Classcom.codename1.ui.layouts.migCodeName One
LazyValueUseful when passing a value that might not exist to a function, e.Interfacecom.codename1.utilCodeName One
LCContains the constraints for an instance of the LC layout manager.Classcom.codename1.ui.layouts.migCodeName One
LengthConstraintClasscom.codename1.ui.validationCodeName One
LikeButtonGeneric "Like" button that enables us to submit a like to facebook, to get the post id required for the like functionality you will need to use a tool such as: Classcom.codename1.facebook.uiCodeName One
LineChartThe line chart rendering class.Classcom.codename1.charts.viewsCodeName One
LinesLayerClasscom.codename1.maps.layersCodeName One
LinkageErrorLinkageError is the superclass of all error classes that occur when loading and linking class files.Classjava.langCodeName One
LinkedHashMapLinkedHashMap is a variant of HashMap.Classjava.utilCodeName One
LinkedHashSetLinkedHashSet is a variant of HashSet.Classjava.utilCodeName One
LinkedListLinkedList is an implementation of List, backed by a linked list.Classjava.utilCodeName One
LinkHandlerClasscom.codename1.ui.layouts.migCodeName One
ListA set of elements that is rendered using a ListCellRenderer and are extracted via the ListModel.Classcom.codename1.uiCodeName One
ListA List is a collection which maintains an ordering for its elements.Interfacejava.utilCodeName One
ListCellRendererA "rubber stamp" tool that allows us to extract a component (often the same component instance for all invocations) that is initialized to the value Interfacecom.codename1.ui.listCodeName One
ListIteratorAn ListIterator is used to sequence over a List of objects.Interfacejava.utilCodeName One
ListModelRepresents the data structure of the list, thus allowing a list to represent any potential data source by referencing different implementations of thisInterfacecom.codename1.ui.listCodeName One
LocalNotificationLocal notifications are user notifications that are scheduled by the app itself.Classcom.codename1.notificationsCodeName One
LocalNotificationCallbackAn interface that can be implemented by the application's main class (i.Interfacecom.codename1.notificationsCodeName One
LocationClasscom.codename1.locationCodeName One
LocationListenerThis is a Listener to the Locations events see LocationManager.Interfacecom.codename1.locationCodeName One
LocationManagerThe LocationManager is the main entry to retrieveLocation or to bind a LocationListener, important: in order to use location on iOS you will need to define the build argument ios.Classcom.codename1.locationCodeName One
LocationRequestThis class is used when requesting to listen to location update.Classcom.codename1.locationCodeName One
LogPluggable logging framework that allows a developer to log into storage using the file connector API.Classcom.codename1.ioCodeName One
LoginThe Login abstract base class is used to simplify Oauth2 authentications Services can override the default Oauth2 web login and offers the native loginClasscom.codename1.socialCodeName One
LoginCallbackThis class is used to indicate whether login was successful or not, it is an abstract class rather than an interface in order to allow additional featuresClasscom.codename1.socialCodeName One
LongThe Long class wraps a value of the primitive type long in an object.Classjava.langCodeName One
LookAndFeelAllows a UI developer to completely customize the look of the application by overriding drawing/sizing methods appropriately.Classcom.codename1.ui.plafCodeName One
MapA Map is a data structure consisting of a set of keys and values in which each key is mapped to a single value.Interfacejava.utilCodeName One
MapComponentAll communication with the map and layers should be done in WGS84, it takes care of coordinates transformation.Classcom.codename1.mapsCodeName One
MapListenerInterfacecom.codename1.mapsCodeName One
MapProviderThis is a generic map provider.Classcom.codename1.maps.providersCodeName One
MasterDetailClasscom.codename1.componentsCodeName One
MathThe class Math contains methods for performing basic numeric operations.Classjava.langCodeName One
MathHelperUtility class for math operations.Classcom.codename1.charts.utilCodeName One
MathUtilMathUtil for Java ME.Classcom.codename1.utilCodeName One
MediaMedia control interface allows for media playback, recording.Interfacecom.codename1.mediaCodeName One
MediaManager Allow us to create objects using String URI's or with a stream to Notice that the underlying platforms contains the actual codecs, therefore Classcom.codename1.mediaCodeName One
MediaPlayerVideo playback component with control buttons for back, play/pause and forward buttons.Classcom.codename1.componentsCodeName One
MenuBarThis class represents the Form MenuBar.Classcom.codename1.uiCodeName One
MercatorRepresents a Mercator projection http://en.Classcom.codename1.mapsCodeName One
MessageRepresents a message to be sent using underlying platform e-mail client.Classcom.codename1.messagingCodeName One
MethodHandleClassjava.lang.invokeCodeName One
MethodHandlesClassjava.lang.invokeCodeName One
MethodTypeClassjava.lang.invokeCodeName One
MigLayoutA very flexible layout manager.Classcom.codename1.ui.layouts.migCodeName One
MorphTransitionA transition inspired by the Android L release morph activity effect allowing a set of components in one form/container to morph into another in a differentClasscom.codename1.ui.animationsCodeName One
MotionAbstracts the notion of physical motion over time from a numeric location to another.Classcom.codename1.ui.animationsCodeName One
MultiButtonA powerful button like component that allows multiple rows/and an icon to be added every row/icon can have its own UIID.Classcom.codename1.componentsCodeName One
MultiListA list with a MultiButton renderer.Classcom.codename1.ui.listCodeName One
MultipartRequestA multipart post request allows a developer to submit large binary data files to the server in a multipart mime post request.Classcom.codename1.ioCodeName One
MultipleCategorySeriesA series for the multiple category charts like the doughnut.Classcom.codename1.charts.modelsCodeName One
NativeInterfaceThis is a marker interface that should be extended by a user interface in order to indicate that said interface is implemented in native code.Interfacecom.codename1.systemCodeName One
NativeLookupCreates an instance of the native interface which will call the underlying platform using the convention documented in the package docs.Classcom.codename1.systemCodeName One
NavigableMapNavigableMap is a SortedMap with navigation methods answering the closest matches for specified item.Interfacejava.utilCodeName One
NavigableSetNavigableSet is a SortedSet with navigation methods answering the closest matches for specified item.Interfacejava.utilCodeName One
NavigationCommandThe NavigationCommand is a Command that navigates to a given Form.Classcom.codename1.uiCodeName One
NegativeArraySizeExceptionThrown if an application tries to create an array with negative size.Classjava.langCodeName One
NetworkEventEvent containing more meta data for network events which may be error events or an update for progress indication code.Classcom.codename1.ioCodeName One
NetworkManagerMain entry point for managing the connection requests, this is essentially a threaded queue that makes sure to route all connections via the network threadClasscom.codename1.ioCodeName One
NoClassDefFoundErrorThrown if the Java Virtual Machine tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.Classjava.langCodeName One
NoSuchElementExceptionThrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.Classjava.utilCodeName One
NoSuchFieldErrorThrown when the virtual machine notices that a program tries to reference, on a class or object, a field that does not exist.Classjava.langCodeName One
NullPointerExceptionThrown when an application attempts to use null in a case where an object is required.Classjava.langCodeName One
NumberFormatClasscom.codename1.charts.utilCodeName One
NumberFormatExceptionThrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.Classjava.langCodeName One
NumericSpinnerClasscom.codename1.ui.spinnerCodeName One
Oauth2This is a utility class that allows Oauth2 authentication This utility uses the Codename One XHTML Component to display the authentication pages.Classcom.codename1.ioCodeName One
Object Since: JDK1.Classjava.langCodeName One
ObservableObservable is used to notify a group of Observer objects when a change occurs.Classjava.utilCodeName One
ObserverObserver is the interface to be implemented by objects that receive notification of updates on an Observable object.Interfacejava.utilCodeName One
OctalClasscom.codename1.io.tarCodeName One
OnOffSwitchThe on/off switch is a checkbox of sort (although it derives container) that represents its state as a switch each of which has a short label associated with it.Classcom.codename1.componentsCodeName One
OpenStreetMapProviderThis is an OpenStreetMap Provider http://www.Classcom.codename1.maps.providersCodeName One
OutOfMemoryErrorThrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.Classjava.langCodeName One
OutputStreamThis abstract class is the superclass of all classes representing an output stream of bytes.Classjava.ioCodeName One
OutputStreamWriterAn OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes.Classjava.ioCodeName One
OverrideClassjava.langCodeName One
PageThis class represents a Facebook Page object https://developers.Classcom.codename1.facebookCodeName One
PainterPainter can be used to draw on components backgrounds.Interfacecom.codename1.uiCodeName One
PainterChainA painter chain allows us to chain together several painters to provide a "layer" effect where each painter only draws one element.Classcom.codename1.ui.painterCodeName One
ParseExceptionAn error occurred during parsing.Classcom.codename1.l10nCodeName One
ParseExceptionAn error occurred during parsing.Classjava.textCodeName One
ParserCallbackInterfacecom.codename1.xmlCodeName One
PathIteratorThis interface provides a directed path over the boundary of a shape.Interfacecom.codename1.ui.geomCodeName One
PeerComponentA peer component is essentially a "dummy" Codename One component used to calculate the position of the actual native platform specific component.Classcom.codename1.uiCodeName One
PhotoThis class represents a Facebook Photo Object http://developers.Classcom.codename1.facebookCodeName One
PickerPicker is a component and API that allows either popping up a spinner or using the native picker API when applicable.Classcom.codename1.ui.spinnerCodeName One
PieChartThe pie chart rendering class.Classcom.codename1.charts.viewsCodeName One
PieMapperPieChart Segment Selection Management.Classcom.codename1.charts.viewsCodeName One
PieSegmentClasscom.codename1.charts.viewsCodeName One
PlatformDefaultsCurrently handles Windows, Mac OS X, and GNOME spacing.Classcom.codename1.ui.layouts.migCodeName One
PointA class to encapsulate the definition of a point.Classcom.codename1.charts.modelsCodeName One
PointClasscom.codename1.ui.geomCodeName One
Point2DClasscom.codename1.ui.geomCodeName One
PointLayerDo not use this layer directly, you need to add this layer into a PointsLayer class instance in order for it to work as expected!Classcom.codename1.maps.layersCodeName One
PointsLayerClasscom.codename1.maps.layersCodeName One
PointStyleThe chart point style enumerator.Classcom.codename1.charts.viewsCodeName One
PostThis class represents a Facebook Post Object http://developers.Classcom.codename1.facebookCodeName One
PreferencesSimple map like class to store application and Codename One preference Remove all preferencesClasscom.codename1.ioCodeName One
PrintStreamA PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.Classjava.ioCodeName One
PriorityQueueA PriorityQueue holds elements on a priority heap, which orders the elements according to their natural order or according to the comparator specified atClassjava.utilCodeName One
ProductClasscom.codename1.paymentCodeName One
ProgressClasscom.codename1.componentsCodeName One
ProjectionThis class represents a projection type.Classcom.codename1.mapsCodeName One
PropertiesA Properties object is a Hashtable where the keys and values must be Strings.Classcom.codename1.ioCodeName One
ProxyHttpTileThis Tile brings the tile image from a given http url.Classcom.codename1.mapsCodeName One
PurchaseRepresents the status of in-app-purchase goods, this class provides information about products purchased by a user as well as the ability to purchase additionalClasscom.codename1.paymentCodeName One
PurchaseCallbackCallback interface that the main class must implement in order for in-app-purchasing to work.Interfacecom.codename1.paymentCodeName One
PushUtility class for sending a push message to a different device through the Codename One push servers.Classcom.codename1.pushCodeName One
PushCallbackThis callback interface is invoked when a push notification is received by the application.Interfacecom.codename1.pushCodeName One
QueueThis kind of collection provides advanced operations compared to basic collections, such as insertion, extraction, and inspection.Interfacejava.utilCodeName One
RadioButtonRadioButton is a Button that maintains a selection state exclusively within a specific ButtonGroup.Classcom.codename1.uiCodeName One
RandomAn instance of this class is used to generate a stream of pseudorandom numbers.Classjava.utilCodeName One
RandomAccessInterfacejava.utilCodeName One
RangeBarChartThe range bar chart rendering class.Classcom.codename1.charts.viewsCodeName One
RangeCategorySeriesA series for the range category charts like the range bar.Classcom.codename1.charts.modelsCodeName One
RangeStackedBarChartClasscom.codename1.charts.viewsCodeName One
RERE is an efficient, lightweight regular expression evaluator/matcher class.Classcom.codename1.util.regexCodeName One
ReaderAbstract class for reading character streams.Classjava.ioCodeName One
ReaderCharacterIteratorEncapsulates java.Classcom.codename1.util.regexCodeName One
RECharacterClasscom.codename1.util.regexCodeName One
RECompilerA regular expression compiler class.Classcom.codename1.util.regexCodeName One
RectangleRepresents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.Classcom.codename1.ui.geomCodeName One
Rectangle2DRepresents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.Classcom.codename1.ui.geomCodeName One
REDebugCompilerA subclass of RECompiler which can dump a regular expression program for debugging purposes.Classcom.codename1.util.regexCodeName One
ReferenceAbstract base class for reference objects.Classjava.lang.refCodeName One
RegexConstraintClasscom.codename1.ui.validationCodeName One
ReplaceableImageAllows the image data to be replaced at runtime when a different image is available.Classcom.codename1.componentsCodeName One
REProgramA class that holds compiled regular expressions.Classcom.codename1.util.regexCodeName One
ResourcesLoads resources from the binary resource file generated by the Codename One Designer.Classcom.codename1.ui.utilCodeName One
RestoreCallbackCallback interface that the main class must implement in order for the restore option of in-app-purchasing to work.Interfacecom.codename1.paymentCodeName One
ResultAn evaluator for a very small expression language to extract primitive types from structured information.Classcom.codename1.processingCodeName One
RESyntaxExceptionException thrown to indicate a syntax error in a regular expression.Classcom.codename1.util.regexCodeName One
RetentionClassjava.lang.annotationCodeName One
RetentionPolicyenum RetentionPolicyA mirror of java.Classjava.lang.annotationCodeName One
REUtilThis is a class that contains utility helper methods for this package.Classcom.codename1.util.regexCodeName One
RGBImageAn image that stores its data as an integer RGB array internally, this image cannot be manipulated via Graphics primitives however itsClasscom.codename1.uiCodeName One
RoundChartAn abstract class to be extended by round like chart rendering classes.Classcom.codename1.charts.viewsCodeName One
RowThis Class represents a database row.Interfacecom.codename1.dbCodeName One
RSSReaderA List implementing an RSS reader that automatically populates itself with content from the RSS chanel.Classcom.codename1.componentsCodeName One
RSSServiceClasscom.codename1.io.servicesCodeName One
RunnableThe Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.Interfacejava.langCodeName One
RuntimeEvery Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.Classjava.langCodeName One
RuntimeExceptionRuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.Classjava.langCodeName One
ScaleImageButtonButton that simplifies the usage of scale to fill/fit.Classcom.codename1.componentsCodeName One
ScaleImageLabelLabel that simplifies the usage of scale to fill/fit.Classcom.codename1.componentsCodeName One
ScanResultDeprecated!!: Please use the cn1-codescan library instead.Interfacecom.codename1.codescanCodeName One
ScatterChartThe scatter chart rendering class.Classcom.codename1.charts.viewsCodeName One
ScrollListenerInterfacecom.codename1.ui.eventsCodeName One
SecurityExceptionThrown by the system to indicate a security violation.Classjava.langCodeName One
SelectionListenerInterfacecom.codename1.ui.eventsCodeName One
SerializableInterfacejava.ioCodeName One
SeriesSelectionClasscom.codename1.charts.modelsCodeName One
SeriesTransitionA base class for series transitions of ChartComponent.Classcom.codename1.charts.transitionsCodeName One
SetA Set is a data structure which does not allow duplicate elements.Interfacejava.utilCodeName One
ShapeAn interface that can be implemented by any class that wants to be drawableSee Also:for a concrete implementation of Shape.Interfacecom.codename1.ui.geomCodeName One
ShareButtonThe share button allows sharing a String or an image either thru the defined sharing services or thru the native OS sharing support.Classcom.codename1.componentsCodeName One
ShareServiceThis is an abstract sharing service.Classcom.codename1.shareCodeName One
ShortThe Short class is the standard wrapper for short values.Classjava.langCodeName One
SideMenuBarThis is Menu Bar that displays it's commands on a side bar navigation similar to Google+/Facbook apps navigationClasscom.codename1.uiCodeName One
SimpleDateFormatA class for parsing and formatting dates with a given pattern, compatible with the Java 6 API.Classcom.codename1.l10nCodeName One
SimpleDateFormatA class for parsing and formatting dates with a given pattern, compatible with the Java 6 API.Classjava.textCodeName One
SimpleSeriesRendererA simple series renderer.Classcom.codename1.charts.renderersCodeName One
SliderThe slider component serves both as a slider widget to allow users to select a value on a scale via touch/arrows and also to indicate progress.Classcom.codename1.uiCodeName One
SliderBridgeClasscom.codename1.componentsCodeName One
SMSShareClasscom.codename1.shareCodeName One
SocketClasscom.codename1.ioCodeName One
SocketConnectionCallback for establishment of a socket connection.Classcom.codename1.ioCodeName One
SortedMapA map that has its keys ordered.Interfacejava.utilCodeName One
SortedSetSortedSet is a Set which iterates over its elements in a sorted order.Interfacejava.utilCodeName One
SpanButtonA complex button similar to MultiButton that breaks lines automatically and looks like a regular button (more or less).Classcom.codename1.componentsCodeName One
SpanLabelA multi line label component that can be easily localized, this is simply based on a text area combined with a label.Classcom.codename1.componentsCodeName One
StackStack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects.Classjava.utilCodeName One
StorageClasscom.codename1.ioCodeName One
StorageImageAn encoded image that stores the actual data of the encoded image in storage.Classcom.codename1.componentsCodeName One
StorageImageAsyncAsynchronous storage image that loads in the background and not during the paint cycle effectively not blocking the EDT drawing speed.Classcom.codename1.componentsCodeName One
StreamCharacterIteratorEncapsulates java.Classcom.codename1.util.regexCodeName One
StringThe String class represents character strings.Classjava.langCodeName One
StringBufferA string buffer implements a mutable sequence of characters.Classjava.langCodeName One
StringBuilderA string buffer implements a mutable sequence of characters.Classjava.langCodeName One
StringCharacterIteratorEncapsulates String as CharacterIterator.Classcom.codename1.util.regexCodeName One
StringIndexOutOfBoundsExceptionThrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.Classjava.langCodeName One
StringReaderClasscom.codename1.util.regexCodeName One
StringTokenizerThe StringTokenizer class allows an application to break a string into tokens by performing code point comparison.Classjava.utilCodeName One
StringUtilClasscom.codename1.utilCodeName One
StrokeEncapsulates the stroke used for drawing paths.Classcom.codename1.uiCodeName One
StyleRepresents the look of a given component: colors, fonts, transparency, margin and padding & images.Classcom.codename1.ui.plafCodeName One
StyleListenerInterfacecom.codename1.ui.eventsCodeName One
SuppressWarnings An annotation that indicates a compiler should suppress any warnings of the type specified in the value().Classjava.langCodeName One
SwipeableContainerSwipeableContainer allows us to side swipe a component and expose underlying configuration within it.Classcom.codename1.uiCodeName One
SwipeBackSupportClasscom.codename1.ui.utilCodeName One
SystemThe System class contains several useful class fields and methods.Classjava.langCodeName One
TableThe Table class represents a grid of data that can be used for rendering a grid of components/labels.Classcom.codename1.ui.tableCodeName One
TableLayoutTableLayout is a very elaborate constraint based layout manager that can arrange elements in rows/columns while defining constraints to control complex behavior such as spanning, alignment/weight Classcom.codename1.ui.tableCodeName One
TableModelThe table and table model class are complimentry classes allowing the quick construction of tabular data controls.Interfacecom.codename1.ui.tableCodeName One
TabsA component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.Classcom.codename1.uiCodeName One
TarConstantsClasscom.codename1.io.tarCodeName One
TarEntryClasscom.codename1.io.tarCodeName One
TargetClassjava.lang.annotationCodeName One
TarHeader Offset Size Field 0 100 File nameClasscom.codename1.io.tarCodeName One
TarInputStreamClasscom.codename1.io.tarCodeName One
TarOutputStreamClasscom.codename1.io.tarCodeName One
TarUtilsClasscom.codename1.io.tarCodeName One
TestReportingTest reports can be overriden to provide custom test reporting options you can replace the test reporter on the device by sending the buildClasscom.codename1.testingCodeName One
TestUtilsClasscom.codename1.testingCodeName One
TextAreaAn optionally multi-line editable region that can display text and allow a user to edit it.Classcom.codename1.uiCodeName One
TextField A specialized version of TextArea with some minor deviations from the original Blinking cursor is rendered on TextField onlycom.Classcom.codename1.uiCodeName One
ThreadA thread is a thread of execution in a program.Classjava.langCodeName One
ThrowableThe Throwable class is the superclass of all errors and exceptions in the Java language.Classjava.langCodeName One
TileThis class represents a single tile on a map.Classcom.codename1.mapsCodeName One
TiledProviderClasscom.codename1.maps.providersCodeName One
TimeChartThe time chart rendering class.Classcom.codename1.charts.viewsCodeName One
TimelineA timeline represents the motions of animation objectsAdds an animation object to show using this timelineClasscom.codename1.ui.animationsCodeName One
TimerClassjava.utilCodeName One
TimerTaskClassjava.utilCodeName One
TimeSeriesA series for the date / time charts.Classcom.codename1.charts.modelsCodeName One
TimeSpinnerClasscom.codename1.ui.spinnerCodeName One
TimeZoneTimeZone represents a time zone offset, and also figures out daylight savings.Classjava.utilCodeName One
ToastBarAn API to present status messages to the user in an unobtrusive manner.Classcom.codename1.componentsCodeName One
ToolbarToolbar replaces the default title area with a powerful abstraction that allows functionality ranging from side menus (hamburger) to title animations and any arbitrary component type.Classcom.codename1.uiCodeName One
TransformEncapsulates a 3D transform that can be used in Graphics contexts or with Shapes to transform in various ways.Classcom.codename1.uiCodeName One
TransitionRepresents a transition animation between two forms this class is used internally by Display to play an animation when moving from one form to the next.Classcom.codename1.ui.animationsCodeName One
TreeThe Tree component allows constructing simple tree component hierarchies that can be expanded seamlessly with no limit.Classcom.codename1.ui.treeCodeName One
TreeMapTreeMap is an implementation of SortedMap.Classjava.utilCodeName One
TreeModelArranges tree node objects, a node can essentially be anything and it will be displayed in a hierarchy And heres a more "real world" example showing an XML hierarchy in a Tree:Interfacecom.codename1.ui.treeCodeName One
TreeSetTreeSet is an implementation of SortedSet.Classjava.utilCodeName One
TwitterRESTServiceCalls to the Twitter REST API can be performed via this class although currently support for authentication isn't implemented due to the transition to oAuth insteadClasscom.codename1.io.servicesCodeName One
UIBuilderThe UI builder can create a user interface based on the UI designed in the resource editor and allows us to bind to said UI.Classcom.codename1.ui.utilCodeName One
UIManagerCentral point singleton managing the look of the application, this class allows us to customize the styles (themes) as well as the look instance.Classcom.codename1.ui.plafCodeName One
UITimerSimple timer callback that is invoked on the CodenameOne EDT thread rather than on a separate thread.Classcom.codename1.ui.utilCodeName One
UnitConverterClasscom.codename1.ui.layouts.migCodeName One
UnitTestA Codename One unit test interface, you would normally like to derive from AbstractTest which is less verbose and contains many helper methods.Interfacecom.codename1.testingCodeName One
UnitValueClasscom.codename1.ui.layouts.migCodeName One
UnsupportedEncodingExceptionThe Character Encoding is not supported.Classjava.ioCodeName One
URIAn implementation of a Univeral Resource Identifier (URI).Classjava.netCodeName One
URISyntaxExceptionClassjava.netCodeName One
URLCallbackIn platforms that support opening an application via URL this interface can be implemented by the main class to support such functionality.Interfacecom.codename1.systemCodeName One
URLImageURLImage allows us to create an image from a URL.Classcom.codename1.uiCodeName One
UserThis class represents a Facebook User objject http://developers.Classcom.codename1.facebookCodeName One
UTFDataFormatExceptionSignals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.Classjava.ioCodeName One
UtilClasscom.codename1.ioCodeName One
ValidatorBinds validation constraints to form elements, when validation fails it can be highlighted directly on the component via an emblem or change of the UIID (to original UIID name + "Invalid" e.Classcom.codename1.ui.validationCodeName One
VectorVector is a variable size contiguous indexable array of objects.Classjava.utilCodeName One
VirtualKeyboardClasscom.codename1.uiCodeName One
VirtualMachineErrorThrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.Classjava.langCodeName One
VoidClassjava.langCodeName One
WeakHashMapClasscom.codename1.ui.utilCodeName One
WeakReferenceThis class provides support for weak references.Classjava.lang.refCodeName One
WebBrowserA simple browser view that encapsulates a usable version of HTMLComponent or BrowserComponent and automatically picks the right component for the platform preferring BrowserComponent whenever itClasscom.codename1.componentsCodeName One
WebServiceProxyCallClasscom.codename1.ioCodeName One
WriterAbstract class for writing to character streams.Classjava.ioCodeName One
XMLParserParser class used to parse an XML document into a DOM object (Element).Classcom.codename1.xmlCodeName One
XMLWriterClasscom.codename1.xmlCodeName One
XYChartThe XY chart rendering class.Classcom.codename1.charts.viewsCodeName One
XYMultipleSeriesDatasetA series that includes 0 to many XYSeries.Classcom.codename1.charts.modelsCodeName One
XYMultipleSeriesRendererMultiple XY series renderer.Classcom.codename1.charts.renderersCodeName One
XYMultiSeriesTransitionA transition to animate the values of a MultipleSeriesDataset (used by BarChart).Classcom.codename1.charts.transitionsCodeName One
XYSeriesClasscom.codename1.charts.modelsCodeName One
XYSeriesRendererA renderer for the XY type series.Classcom.codename1.charts.renderersCodeName One
XYSeriesTransitionA transition for enabling animations between different values in an XYSeries.Classcom.codename1.charts.transitionsCodeName One
XYValueSeriesAn extension of the XY series which adds a third dimension.Classcom.codename1.charts.modelsCodeName One
XYValueSeriesTransitionA transition for enabling animations between different values in an XYSeries.Classcom.codename1.charts.transitionsCodeName One
ZStreamClasscom.codename1.io.gzipCodeName One